From: Stefan Monnier Date: Wed, 15 Apr 2009 17:06:34 +0000 (+0000) Subject: (match-data): Refer to `set-match-data' rather than `store-match-data'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~836 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=48bf12032f22b7e6bacd6f44181bea54dc76f3ed;p=emacs.git (match-data): Refer to `set-match-data' rather than `store-match-data'. --- diff --git a/src/search.c b/src/search.c index cf0e4febf2f..39c130ba70f 100644 --- a/src/search.c +++ b/src/search.c @@ -2963,7 +2963,7 @@ DEFUN ("match-data", Fmatch_data, Smatch_data, 0, 3, 0, Element 2N is `(match-beginning N)'; element 2N + 1 is `(match-end N)'. All the elements are markers or nil (nil if the Nth pair didn't match) if the last match was on a buffer; integers or nil if a string was matched. -Use `store-match-data' to reinstate the data in this list. +Use `set-match-data' to reinstate the data in this list. If INTEGERS (the optional first argument) is non-nil, always use integers \(rather than markers) to represent buffer positions. In